ServiceUpdateItem Method (ItemId, Property, ConflictResolution, MessageDisposition, FolderId) |
Updates the properties of an existing item.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic ItemId UpdateItem(
ItemId itemId,
Property propertyToSet,
ConflictResolution conflictResolution,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId
)
Public Function UpdateItem (
itemId As ItemId,
propertyToSet As Property,
conflictResolution As ConflictResolution,
messageDisposition As MessageDisposition,
sentItemsFolderId As FolderId
) As ItemId
Parameters
- itemId
- Type: Independentsoft.ExchangeItemId
The ID of the item to update. - propertyToSet
- Type: Independentsoft.ExchangeProperty
The properties to add or update. - conflictResolution
- Type: Independentsoft.ExchangeConflictResolution
The conflict resolution mode. - messageDisposition
- Type: Independentsoft.ExchangeMessageDisposition
Indicates the disposition mode for Message objects. - sentItemsFolderId
- Type: Independentsoft.ExchangeFolderId
The folder in which to save sent messages, meeting invitations, or cancellations.
Return Value
Type:
ItemIdA collection of update results for each of the specified items.
See Also